home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / 127_01.zip / FIO1.H < prev    next >
Text File  |  1993-06-17  |  2KB  |  33 lines

  1. /*********************************************************************\
  2. ** .---------------------------------------------------------------. **
  3. ** |                                                               | **
  4. ** |                                                               | **
  5. ** |         Copyright (c) 1981, 1982, 1983 by Eric Martz.         | **
  6. ** |                                                               | **
  7. ** |                                                               | **
  8. ** |       Permission is hereby granted to use this source         | **
  9. ** |       code only for non-profit purposes. Publication of       | **
  10. ** |       all or any part of this source code, as well as         | **
  11. ** |       use for business purposes is forbidden without          | **
  12. ** |       written permission of the author and copyright          | **
  13. ** |       holder:                                                 | **
  14. ** |                                                               | **
  15. ** |                          Eric Martz                           | **
  16. ** |                         POWER  TOOLS                          | **
  17. ** |                    48 Hunter's Hill Circle                    | **
  18. ** |                      Amherst MA 01002 USA                     | **
  19. ** |                                                               | **
  20. ** |                                                               | **
  21. ** `---------------------------------------------------------------' **
  22. \*********************************************************************/
  23.  
  24. /* SEE FIO3.H FOR EXPLANATION */
  25.  
  26. /* FOR 2 IO FILES SIMULTANEOUSLY, NIOBUFS=2. THIS MEANS _iob[0] THRU
  27.    _iob[1].  HOWEVER, NIOBUFS IS STORED IN bufuse[0], THUS THE FIRST
  28.    BUFFER _iob[0] CORRESPONDS TO bufuse[1]. */
  29.  
  30. char _iob[NIOBUFS][BUFSIZ];
  31. int bufuse[NIOBUFS+1];
  32.       | **
  33. ** |       holder: